Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MegaLinter GitHub Actions workflow #1203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tylervz
Copy link
Contributor

@tylervz tylervz commented Oct 25, 2024

Add MegaLinter GitHub Actions workflow, update .editorconfig, and fix code style issues highlighted by linters.

Most of the changes are fixing wrong indentation type (spaces instead of tabs and vice versa), and fixing indentation levels to be consistent.

To make the PR easier to review, this commit only has 14 file changes. When running the MegaLinter on this branch with VALIDATE_ALL_CODEBASE set to true, the MegaLinter will fail and highlight all the source code files that have incorrect indentation, spaces instead of tabs, etc.

If and when this PR is accepted and merged, I'll open subsequent PRs that address fixing code style issues in different segments of the repository.

My megalinterFull branch has all of the changes for the entire repository. When running the MegaLinter on that branch with VALIDATE_ALL_CODEBASE set to true, the MegaLinter passes. And I'm able to successfully build the project on the megalinterFull branch with GP2040_BOARDCONFIG=Pico; I haven't tested building with any of the other configurations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant